home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TOPTIONSDIALOG / TOPTIONSDIALOG.txt
Text File  |  2006-04-19  |  25KB  |  992 lines

  1. object OptionsDialog: TOptionsDialog
  2.   Left = 242
  3.   Top = 98
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Editor options'
  7.   ClientHeight = 418
  8.   ClientWidth = 458
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PageControl1: TPageControl
  25.     Left = 8
  26.     Top = 8
  27.     Width = 442
  28.     Height = 377
  29.     ActivePage = HighlightingPage
  30.     TabIndex = 0
  31.     TabOrder = 0
  32.     object HighlightingPage: TTabSheet
  33.       Caption = 'Highlighting'
  34.       object Label3: TLabel
  35.         Left = 8
  36.         Top = 7
  37.         Width = 3
  38.         Height = 13
  39.       end
  40.       object ElementLabel: TLabel
  41.         Left = 8
  42.         Top = 143
  43.         Width = 3
  44.         Height = 13
  45.       end
  46.       object FontNameLabel: TLabel
  47.         Left = 8
  48.         Top = 322
  49.         Width = 3
  50.         Height = 13
  51.       end
  52.       object FontSizeLabel: TLabel
  53.         Left = 319
  54.         Top = 322
  55.         Width = 3
  56.         Height = 13
  57.       end
  58.       object FGLabel: TLabel
  59.         Left = 192
  60.         Top = 156
  61.         Width = 3
  62.         Height = 13
  63.       end
  64.       object BGLabel: TLabel
  65.         Left = 192
  66.         Top = 207
  67.         Width = 3
  68.         Height = 13
  69.       end
  70.       object CharSetLabel: TLabel
  71.         Left = 8
  72.         Top = 292
  73.         Width = 3
  74.         Height = 13
  75.       end
  76.       object GroupBox1: TGroupBox
  77.         Left = 288
  78.         Top = 216
  79.         Width = 138
  80.         Height = 65
  81.         TabOrder = 0
  82.         object UseBoldBox: TCheckBox
  83.           Tag = 1
  84.           Left = 10
  85.           Top = 13
  86.           Width = 124
  87.           Height = 17
  88.           HelpContext = 942
  89.           TabOrder = 0
  90.           OnClick = UseBoldBoxClick
  91.         end
  92.         object UseItalicBox: TCheckBox
  93.           Tag = 2
  94.           Left = 10
  95.           Top = 29
  96.           Width = 124
  97.           Height = 17
  98.           HelpContext = 942
  99.           TabOrder = 1
  100.           OnClick = UseBoldBoxClick
  101.         end
  102.         object UseUnderlineBox: TCheckBox
  103.           Tag = 3
  104.           Left = 10
  105.           Top = 45
  106.           Width = 124
  107.           Height = 17
  108.           HelpContext = 942
  109.           TabOrder = 2
  110.           OnClick = UseBoldBoxClick
  111.         end
  112.       end
  113.       object SynElementsBox: TListBox
  114.         Left = 8
  115.         Top = 158
  116.         Width = 177
  117.         Height = 109
  118.         HelpContext = 941
  119.         ItemHeight = 13
  120.         TabOrder = 1
  121.         OnClick = SynElementsBoxClick
  122.       end
  123.       object Panel1: TPanel
  124.         Left = 8
  125.         Top = 31
  126.         Width = 417
  127.         Height = 104
  128.         BevelOuter = bvNone
  129.         TabOrder = 2
  130.         object FEditor: TSyntaxMemo
  131.           Tag = 2
  132.           Left = 0
  133.           Top = 0
  134.           Width = 417
  135.           Height = 104
  136.           HelpContext = 1048
  137.           Align = alClient
  138.           ClipCopyFormats = [smTEXT, smRTF]
  139.           Font.Charset = ANSI_CHARSET
  140.           Font.Color = clWindowText
  141.           Font.Height = -13
  142.           Font.Name = 'Courier New'
  143.           Font.Style = []
  144.           GutterFont.Charset = DEFAULT_CHARSET
  145.           GutterFont.Color = clWindowText
  146.           GutterFont.Height = -11
  147.           GutterFont.Name = 'MS Sans Serif'
  148.           GutterFont.Style = []
  149.           HyperCursor = crDefault
  150.           IndentStep = 1
  151.           Margin = 2
  152.           Modified = False
  153.           MonoPrint = True
  154.           Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  155.           ReadOnly = True
  156.           RightMargin = 80
  157.           SaveFormat = sfTEXT
  158.           ScrollBars = ssBoth
  159.           SelLineStyle = lsCRLF
  160.           SelStart = 0
  161.           SelLength = 0
  162.           SelTextColor = clWhite
  163.           SelTextBack = clTeal
  164.           TabDefault = 4
  165.           TabOrder = 0
  166.           TabStop = False
  167.           Version = '3.00.39'
  168.           VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  169.           WrapAtColumn = 2048
  170.           CanMoveGutter = False
  171.           OnChange = FEditorChange
  172.           OnMouseDown = EditorMouseDown
  173.           ActiveParser = 1
  174.         end
  175.       end
  176.       object FontSizeBox: TComboBox
  177.         Left = 371
  178.         Top = 318
  179.         Width = 55
  180.         Height = 21
  181.         HelpContext = 248
  182.         Style = csDropDownList
  183.         ItemHeight = 13
  184.         MaxLength = 2
  185.         TabOrder = 3
  186.         OnChange = FontSizeBoxChange
  187.         Items.Strings = (
  188.           '8'
  189.           '9'
  190.           '10'
  191.           '11'
  192.           '12'
  193.           '14'
  194.           '16'
  195.           '18'
  196.           '20'
  197.           '22'
  198.           '24'
  199.           '26'
  200.           '30')
  201.       end
  202.       object FontNameBox: TComboBox
  203.         Left = 86
  204.         Top = 318
  205.         Width = 180
  206.         Height = 21
  207.         HelpContext = 226
  208.         ItemHeight = 13
  209.         TabOrder = 4
  210.         OnChange = FontNameBoxChange
  211.       end
  212.       object DefCheckBox: TGroupBox
  213.         Left = 288
  214.         Top = 158
  215.         Width = 138
  216.         Height = 53
  217.         TabOrder = 5
  218.         object UseDefForeBox: TCheckBox
  219.           Tag = 1
  220.           Left = 8
  221.           Top = 16
  222.           Width = 124
  223.           Height = 17
  224.           TabOrder = 0
  225.           OnClick = UseDefForeBoxClick
  226.         end
  227.         object UseDefBackBox: TCheckBox
  228.           Left = 8
  229.           Top = 33
  230.           Width = 124
  231.           Height = 17
  232.           TabOrder = 1
  233.           OnClick = UseDefForeBoxClick
  234.         end
  235.       end
  236.       object FontFamilyBox: TComboBox
  237.         Left = 86
  238.         Top = 288
  239.         Width = 180
  240.         Height = 21
  241.         HelpContext = 621
  242.         ItemHeight = 13
  243.         TabOrder = 6
  244.         OnChange = FontFamilyBoxChange
  245.       end
  246.       object cbParser: TComboBox
  247.         Left = 208
  248.         Top = 5
  249.         Width = 217
  250.         Height = 21
  251.         Style = csDropDownList
  252.         ItemHeight = 13
  253.         TabOrder = 7
  254.         OnChange = cbParserChange
  255.       end
  256.       object chkFixedFonts: TCheckBox
  257.         Left = 319
  258.         Top = 290
  259.         Width = 112
  260.         Height = 17
  261.         TabOrder = 8
  262.         OnClick = chkFixedFontsClick
  263.       end
  264.     end
  265.     object OptionsPage: TTabSheet
  266.       Caption = 'Options'
  267.       object Label7: TLabel
  268.         Left = 323
  269.         Top = 324
  270.         Width = 59
  271.         Height = 13
  272.         Caption = 'Right margin'
  273.         Visible = False
  274.       end
  275.       object GroupBox4: TGroupBox
  276.         Left = 8
  277.         Top = 8
  278.         Width = 417
  279.         Height = 138
  280.         TabOrder = 0
  281.         object Label16: TLabel
  282.           Left = 212
  283.           Top = 19
  284.           Width = 3
  285.           Height = 13
  286.         end
  287.         object DispWrapBox: TCheckBox
  288.           Left = 213
  289.           Top = 51
  290.           Width = 200
  291.           Height = 17
  292.           HelpContext = 1044
  293.           TabOrder = 9
  294.           OnClick = DispWrapBoxClick
  295.         end
  296.         object AutoIndentBox: TCheckBox
  297.           Left = 8
  298.           Top = 19
  299.           Width = 200
  300.           Height = 17
  301.           HelpContext = 928
  302.           TabOrder = 0
  303.           OnClick = SHIFTSelectBoxClick
  304.         end
  305.         object TabColBox: TCheckBox
  306.           Left = 8
  307.           Top = 35
  308.           Width = 200
  309.           Height = 17
  310.           HelpContext = 699
  311.           Caption = 'Smart tabs'
  312.           TabOrder = 1
  313.           OnClick = SHIFTSelectBoxClick
  314.         end
  315.         object WrapOverrideBox: TCheckBox
  316.           Left = 8
  317.           Top = 1
  318.           Width = 200
  319.           Height = 17
  320.           Caption = 'Override wrapping'
  321.           TabOrder = 15
  322.           Visible = False
  323.           OnClick = SHIFTSelectBoxClick
  324.         end
  325.         object WordSelectBox: TCheckBox
  326.           Left = 213
  327.           Top = 35
  328.           Width = 200
  329.           Height = 17
  330.           HelpContext = 929
  331.           TabOrder = 8
  332.           OnClick = SHIFTSelectBoxClick
  333.         end
  334.         object PrnSynHighlightBox: TCheckBox
  335.           Left = 8
  336.           Top = 83
  337.           Width = 200
  338.           Height = 17
  339.           HelpContext = 932
  340.           TabOrder = 4
  341.           OnClick = SHIFTSelectBoxClick
  342.         end
  343.         object TitleAsFilenameBox: TCheckBox
  344.           Left = 144
  345.           Top = -9
  346.           Width = 200
  347.           Height = 17
  348.           Caption = 'Title as filename'
  349.           TabOrder = 16
  350.           Visible = False
  351.           OnClick = SHIFTSelectBoxClick
  352.         end
  353.         object BlockCursorBox: TCheckBox
  354.           Left = 142
  355.           Top = -5
  356.           Width = 200
  357.           Height = 17
  358.           Caption = 'Block cursor for Overwrite'
  359.           TabOrder = 17
  360.           Visible = False
  361.           OnClick = SHIFTSelectBoxClick
  362.         end
  363.         object MarkWrapBox: TCheckBox
  364.           Left = 213
  365.           Top = 83
  366.           Width = 202
  367.           Height = 17
  368.           HelpContext = 930
  369.           TabOrder = 11
  370.           OnClick = SHIFTSelectBoxClick
  371.         end
  372.         object SmartFillBox: TCheckBox
  373.           Left = 8
  374.           Top = 51
  375.           Width = 200
  376.           Height = 17
  377.           HelpContext = 700
  378.           Caption = 'Smart fill'
  379.           TabOrder = 2
  380.           OnClick = SHIFTSelectBoxClick
  381.         end
  382.         object WrapColumnBox: TEdit
  383.           Left = 377
  384.           Top = 15
  385.           Width = 30
  386.           Height = 21
  387.           HelpContext = 1043
  388.           MaxLength = 4
  389.           TabOrder = 7
  390.           OnExit = WrapColumnBoxExit
  391.           OnKeyDown = WrapColumnBoxKeyDown
  392.         end
  393.         object ShowWrapColumnBox: TCheckBox
  394.           Left = 141
  395.           Top = -5
  396.           Width = 202
  397.           Height = 17
  398.           TabOrder = 14
  399.           Visible = False
  400.           OnClick = SHIFTSelectBoxClick
  401.         end
  402.         object EdLineNosBox: TCheckBox
  403.           Left = 213
  404.           Top = 67
  405.           Width = 200
  406.           Height = 17
  407.           HelpContext = 1213
  408.           TabOrder = 10
  409.           OnClick = SHIFTSelectBoxClick
  410.         end
  411.         object CursorAfterEOLBox: TCheckBox
  412.           Left = 8
  413.           Top = 99
  414.           Width = 200
  415.           Height = 17
  416.           HelpContext = 1212
  417.           TabOrder = 5
  418.           OnClick = SHIFTSelectBoxClick
  419.         end
  420.         object ShowAllCharsBox: TCheckBox
  421.           Left = 213
  422.           Top = 99
  423.           Width = 202
  424.           Height = 17
  425.           HelpContext = 620
  426.           Caption = 'Show All Chars Box'
  427.           TabOrder = 12
  428.           OnClick = SHIFTSelectBoxClick
  429.         end
  430.         object UseTabBox: TCheckBox
  431.           Left = 8
  432.           Top = 67
  433.           Width = 200
  434.           Height = 17
  435.           HelpContext = 1464
  436.           Checked = True
  437.           State = cbChecked
  438.           TabOrder = 3
  439.           OnClick = SHIFTSelectBoxClick
  440.         end
  441.         object cbShowFocusLine: TCheckBox
  442.           Left = 8
  443.           Top = 115
  444.           Width = 200
  445.           Height = 17
  446.           Caption = 'cbShowFocusLine'
  447.           TabOrder = 6
  448.           Visible = False
  449.         end
  450.         object cbUnlimitedUndo: TCheckBox
  451.           Left = 213
  452.           Top = 115
  453.           Width = 202
  454.           Height = 17
  455.           HelpContext = 620
  456.           TabOrder = 13
  457.           OnClick = cbUnlimitedUndoClick
  458.         end
  459.       end
  460.       object GroupBox2: TGroupBox
  461.         Left = 8
  462.         Top = 238
  463.         Width = 417
  464.         Height = 103
  465.         TabOrder = 2
  466.         object Label9: TLabel
  467.           Left = 8
  468.           Top = 22
  469.           Width = 3
  470.           Height = 13
  471.         end
  472.         object Label15: TLabel
  473.           Left = 214
  474.           Top = 22
  475.           Width = 3
  476.           Height = 13
  477.         end
  478.         object DefTabStopLabel: TLabel
  479.           Left = 214
  480.           Top = 49
  481.           Width = 3
  482.           Height = 13
  483.         end
  484.         object Label11: TLabel
  485.           Left = 8
  486.           Top = 75
  487.           Width = 3
  488.           Height = 13
  489.         end
  490.         object VisGutterBox: TCheckBox
  491.           Left = 8
  492.           Top = 49
  493.           Width = 185
  494.           Height = 17
  495.           HelpContext = 938
  496.           TabOrder = 1
  497.           OnClick = SHIFTSelectBoxClick
  498.         end
  499.         object LeftBorderWidthBox: TEdit
  500.           Tag = 1
  501.           Left = 128
  502.           Top = 19
  503.           Width = 32
  504.           Height = 21
  505.           HelpContext = 1045
  506.           MaxLength = 2
  507.           TabOrder = 0
  508.           Text = '1'
  509.           OnChange = LeftBorderWidthBoxChange
  510.           OnKeyDown = LeftBorderWidthBoxKeyDown
  511.         end
  512.         object IndentStepBox: TEdit
  513.           Left = 377
  514.           Top = 19
  515.           Width = 30
  516.           Height = 21
  517.           HelpContext = 939
  518.           MaxLength = 3
  519.           TabOrder = 2
  520.           OnExit = IndentStepBoxExit
  521.           OnKeyDown = WrapColumnBoxKeyDown
  522.         end
  523.         object DeftabBox: TEdit
  524.           Left = 377
  525.           Top = 46
  526.           Width = 30
  527.           Height = 21
  528.           HelpContext = 940
  529.           MaxLength = 3
  530.           TabOrder = 3
  531.           OnExit = DeftabBoxExit
  532.         end
  533.         object TabColumnsBox: TEdit
  534.           Left = 214
  535.           Top = 73
  536.           Width = 193
  537.           Height = 21
  538.           HelpContext = 1046
  539.           TabOrder = 4
  540.           OnExit = TabColumnsBoxExit
  541.         end
  542.       end
  543.       object GroupBox3: TGroupBox
  544.         Left = 8
  545.         Top = 155
  546.         Width = 417
  547.         Height = 74
  548.         TabOrder = 1
  549.         object PageNosBox: TCheckBox
  550.           Left = 214
  551.           Top = 35
  552.           Width = 200
  553.           Height = 17
  554.           HelpContext = 937
  555.           TabOrder = 4
  556.           OnClick = SHIFTSelectBoxClick
  557.         end
  558.         object DateBox: TCheckBox
  559.           Left = 214
  560.           Top = 19
  561.           Width = 200
  562.           Height = 17
  563.           HelpContext = 936
  564.           TabOrder = 3
  565.           OnClick = SHIFTSelectBoxClick
  566.         end
  567.         object FileNamBox: TCheckBox
  568.           Left = 8
  569.           Top = 51
  570.           Width = 200
  571.           Height = 17
  572.           HelpContext = 934
  573.           TabOrder = 2
  574.           OnClick = SHIFTSelectBoxClick
  575.         end
  576.         object LineNosBox: TCheckBox
  577.           Left = 8
  578.           Top = 35
  579.           Width = 200
  580.           Height = 17
  581.           HelpContext = 933
  582.           TabOrder = 1
  583.           OnClick = SHIFTSelectBoxClick
  584.         end
  585.         object WrapLineBox: TCheckBox
  586.           Left = 8
  587.           Top = 19
  588.           Width = 200
  589.           Height = 17
  590.           HelpContext = 935
  591.           TabOrder = 0
  592.           OnClick = SHIFTSelectBoxClick
  593.         end
  594.         object cbPrintColor: TCheckBox
  595.           Left = 214
  596.           Top = 51
  597.           Width = 200
  598.           Height = 17
  599.           HelpContext = 701
  600.           TabOrder = 5
  601.           Visible = False
  602.         end
  603.       end
  604.       object VisRMarginBox: TCheckBox
  605.         Left = 216
  606.         Top = 331
  607.         Width = 121
  608.         Height = 17
  609.         Caption = 'Visible Right margin'
  610.         TabOrder = 3
  611.         Visible = False
  612.         OnClick = SHIFTSelectBoxClick
  613.       end
  614.       object RightMarginWidthBox: TEdit
  615.         Tag = 2
  616.         Left = 390
  617.         Top = 329
  618.         Width = 30
  619.         Height = 21
  620.         MaxLength = 3
  621.         TabOrder = 4
  622.         Text = '1'
  623.         Visible = False
  624.         OnChange = LeftBorderWidthBoxChange
  625.         OnKeyDown = LeftBorderWidthBoxKeyDown
  626.       end
  627.     end
  628.     object AutoCorrectPage: TTabSheet
  629.       Caption = 'Auto correct'
  630.       object Panel4: TPanel
  631.         Left = 0
  632.         Top = 0
  633.         Width = 434
  634.         Height = 349
  635.         Align = alClient
  636.         BevelInner = bvLowered
  637.         BevelOuter = bvNone
  638.         BorderWidth = 2
  639.         TabOrder = 0
  640.         object ReplaceLabel: TLabel
  641.           Left = 10
  642.           Top = 18
  643.           Width = 48
  644.           Height = 13
  645.           Caption = 'Replace'
  646.           Font.Charset = DEFAULT_CHARSET
  647.           Font.Color = clWindowText
  648.           Font.Height = -11
  649.           Font.Name = 'MS Sans Serif'
  650.           Font.Style = [fsBold]
  651.           ParentFont = False
  652.         end
  653.         object WithLabel: TLabel
  654.           Left = 154
  655.           Top = 18
  656.           Width = 27
  657.           Height = 13
  658.           Caption = 'With'
  659.           Font.Charset = DEFAULT_CHARSET
  660.           Font.Color = clWindowText
  661.           Font.Height = -11
  662.           Font.Name = 'MS Sans Serif'
  663.           Font.Style = [fsBold]
  664.           ParentFont = False
  665.         end
  666.         object ActKeysLabel: TLabel
  667.           Left = 179
  668.           Top = 318
  669.           Width = 58
  670.           Height = 13
  671.           Caption = 'Act key(s)'
  672.           Font.Charset = DEFAULT_CHARSET
  673.           Font.Color = clWindowText
  674.           Font.Height = -11
  675.           Font.Name = 'MS Sans Serif'
  676.           Font.Style = [fsBold]
  677.           ParentFont = False
  678.         end
  679.         object AutoReplButton1: TButton
  680.           Left = 10
  681.           Top = 317
  682.           Width = 75
  683.           Height = 19
  684.           HelpContext = 1129
  685.           Caption = 'Add'
  686.           TabOrder = 0
  687.           OnClick = AutoReplButton1Click
  688.         end
  689.         object AutoReplButton2: TButton
  690.           Left = 90
  691.           Top = 317
  692.           Width = 75
  693.           Height = 19
  694.           HelpContext = 1130
  695.           Caption = 'Replace'
  696.           TabOrder = 1
  697.           OnClick = AutoReplButton2Click
  698.         end
  699.         object AutoReplBox: TListBox
  700.           Left = 10
  701.           Top = 32
  702.           Width = 414
  703.           Height = 251
  704.           HelpContext = 1128
  705.           Style = lbOwnerDrawFixed
  706.           Font.Charset = DEFAULT_CHARSET
  707.           Font.Color = clWindowText
  708.           Font.Height = -11
  709.           Font.Name = 'Courier New'
  710.           Font.Style = []
  711.           ItemHeight = 16
  712.           ParentFont = False
  713.           Sorted = True
  714.           TabOrder = 2
  715.           OnClick = AutoReplBoxClick
  716.           OnDrawItem = AutoReplBoxDrawItem
  717.           OnMeasureItem = AutoReplBoxMeasureItem
  718.         end
  719.         object ReplaceBox: TEdit
  720.           Left = 10
  721.           Top = 284
  722.           Width = 137
  723.           Height = 22
  724.           HelpContext = 1126
  725.           Font.Charset = DEFAULT_CHARSET
  726.           Font.Color = clWindowText
  727.           Font.Height = -11
  728.           Font.Name = 'Courier New'
  729.           Font.Style = []
  730.           ParentFont = False
  731.           TabOrder = 3
  732.           OnChange = ReplaceBoxChange
  733.         end
  734.         object WithBox: TEdit
  735.           Left = 147
  736.           Top = 284
  737.           Width = 277
  738.           Height = 22
  739.           HelpContext = 1127
  740.           Font.Charset = DEFAULT_CHARSET
  741.           Font.Color = clWindowText
  742.           Font.Height = -11
  743.           Font.Name = 'Courier New'
  744.           Font.Style = []
  745.           ParentFont = False
  746.           TabOrder = 4
  747.           OnChange = WithBoxChange
  748.         end
  749.         object AutoReplActBox: TEdit
  750.           Left = 256
  751.           Top = 315
  752.           Width = 168
  753.           Height = 21
  754.           HelpContext = 1131
  755.           TabOrder = 5
  756.           OnExit = AutoReplActBoxExit
  757.         end
  758.       end
  759.     end
  760.     object TemplatesPage: TTabSheet
  761.       Caption = 'Code templates'
  762.       object Panel5: TPanel
  763.         Left = 0
  764.         Top = 0
  765.         Width = 434
  766.         Height = 349
  767.         Align = alClient
  768.         BevelInner = bvLowered
  769.         BevelOuter = bvNone
  770.         BorderWidth = 2
  771.         TabOrder = 0
  772.         object NameLabel: TLabel
  773.           Left = 10
  774.           Top = 18
  775.           Width = 33
  776.           Height = 13
  777.           Caption = 'Name'
  778.           Font.Charset = DEFAULT_CHARSET
  779.           Font.Color = clWindowText
  780.           Font.Height = -11
  781.           Font.Name = 'MS Sans Serif'
  782.           Font.Style = [fsBold]
  783.           ParentFont = False
  784.         end
  785.         object DescLabel: TLabel
  786.           Left = 141
  787.           Top = 18
  788.           Width = 65
  789.           Height = 13
  790.           Caption = 'Description'
  791.           Font.Charset = DEFAULT_CHARSET
  792.           Font.Color = clWindowText
  793.           Font.Height = -11
  794.           Font.Name = 'MS Sans Serif'
  795.           Font.Style = [fsBold]
  796.           ParentFont = False
  797.         end
  798.         object HotKeyLabel: TLabel
  799.           Left = 178
  800.           Top = 318
  801.           Width = 41
  802.           Height = 13
  803.           Caption = 'Hotkey'
  804.           Font.Charset = DEFAULT_CHARSET
  805.           Font.Color = clWindowText
  806.           Font.Height = -11
  807.           Font.Name = 'MS Sans Serif'
  808.           Font.Style = [fsBold]
  809.           ParentFont = False
  810.         end
  811.         object TemplateValueLabel: TLabel
  812.           Left = 10
  813.           Top = 137
  814.           Width = 82
  815.           Height = 13
  816.           Caption = 'Code template'
  817.           Font.Charset = DEFAULT_CHARSET
  818.           Font.Color = clWindowText
  819.           Font.Height = -11
  820.           Font.Name = 'MS Sans Serif'
  821.           Font.Style = [fsBold]
  822.           ParentFont = False
  823.         end
  824.         object cteListBox: TListBox
  825.           Left = 10
  826.           Top = 32
  827.           Width = 414
  828.           Height = 73
  829.           HelpContext = 1135
  830.           Style = lbOwnerDrawFixed
  831.           Font.Charset = DEFAULT_CHARSET
  832.           Font.Color = clWindowText
  833.           Font.Height = -11
  834.           Font.Name = 'Courier New'
  835.           Font.Style = []
  836.           ItemHeight = 16
  837.           ParentFont = False
  838.           Sorted = True
  839.           TabOrder = 0
  840.           OnClick = cteListBoxClick
  841.           OnDrawItem = AutoReplBoxDrawItem
  842.           OnMeasureItem = AutoReplBoxMeasureItem
  843.         end
  844.         object cteNameBox: TEdit
  845.           Left = 10
  846.           Top = 106
  847.           Width = 131
  848.           Height = 22
  849.           HelpContext = 1011
  850.           Font.Charset = DEFAULT_CHARSET
  851.           Font.Color = clWindowText
  852.           Font.Height = -11
  853.           Font.Name = 'Courier New'
  854.           Font.Style = []
  855.           ParentFont = False
  856.           TabOrder = 1
  857.           OnChange = cteNameBoxChange
  858.         end
  859.         object cteDescBox: TEdit
  860.           Left = 140
  861.           Top = 106
  862.           Width = 284
  863.           Height = 22
  864.           HelpContext = 1012
  865.           Font.Charset = DEFAULT_CHARSET
  866.           Font.Color = clWindowText
  867.           Font.Height = -11
  868.           Font.Name = 'Courier New'
  869.           Font.Style = []
  870.           ParentFont = False
  871.           TabOrder = 2
  872.           OnChange = cteDescBoxChange
  873.         end
  874.         object cteSynMemoPanel: TPanel
  875.           Left = 10
  876.           Top = 151
  877.           Width = 414
  878.           Height = 155
  879.           BevelOuter = bvNone
  880.           TabOrder = 3
  881.           object SyntaxMemo1: TSyntaxMemo
  882.             Left = 0
  883.             Top = 0
  884.             Width = 414
  885.             Height = 155
  886.             HelpContext = 1010
  887.             Align = alClient
  888.             ClipCopyFormats = [smTEXT, smRTF]
  889.             Font.Charset = ANSI_CHARSET
  890.             Font.Color = clWindowText
  891.             Font.Height = -13
  892.             Font.Name = 'Courier New'
  893.             Font.Style = []
  894.             GutterFont.Charset = DEFAULT_CHARSET
  895.             GutterFont.Color = clWindowText
  896.             GutterFont.Height = -11
  897.             GutterFont.Name = 'MS Sans Serif'
  898.             GutterFont.Style = []
  899.             HyperCursor = crDefault
  900.             IndentStep = 1
  901.             Margin = 2
  902.             Modified = False
  903.             MonoPrint = True
  904.             Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  905.             ReadOnly = False
  906.             RightMargin = 80
  907.             SaveFormat = sfTEXT
  908.             ScrollBars = ssBoth
  909.             SelLineStyle = lsCRLF
  910.             SelStart = 0
  911.             SelLength = 0
  912.             SelTextColor = clWhite
  913.             SelTextBack = clTeal
  914.             TabDefault = 4
  915.             TabOrder = 0
  916.             Version = '3.00.39'
  917.             VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  918.             WrapAtColumn = 2048
  919.             CanMoveGutter = False
  920.             OnChange = SyntaxMemo1Change
  921.             OnDataDrop = SyntaxMemo1DataDrop
  922.             OnEnter = SyntaxMemo1Enter
  923.             OnExit = SyntaxMemo1Exit
  924.             ActiveParser = 1
  925.           end
  926.         end
  927.         object CodeTemplateButton1: TButton
  928.           Left = 10
  929.           Top = 317
  930.           Width = 75
  931.           Height = 19
  932.           HelpContext = 1132
  933.           Caption = 'Add'
  934.           TabOrder = 4
  935.           OnClick = CodeTemplateButton1Click
  936.         end
  937.         object CodeTemplateButton2: TButton
  938.           Left = 90
  939.           Top = 317
  940.           Width = 75
  941.           Height = 19
  942.           HelpContext = 1133
  943.           Caption = 'Replace'
  944.           TabOrder = 5
  945.           OnClick = CodeTemplateButton2Click
  946.         end
  947.         object cteHotkey: THotKey
  948.           Left = 312
  949.           Top = 315
  950.           Width = 112
  951.           Height = 19
  952.           HelpContext = 1134
  953.           HotKey = 32833
  954.           InvalidKeys = [hcNone, hcShift]
  955.           Modifiers = [hkAlt]
  956.           TabOrder = 6
  957.           OnExit = cteHotkeyExit
  958.         end
  959.       end
  960.     end
  961.   end
  962.   object OKButton: TButton
  963.     Left = 218
  964.     Top = 391
  965.     Width = 72
  966.     Height = 22
  967.     HelpContext = 49
  968.     Default = True
  969.     TabOrder = 1
  970.     OnClick = OKButtonClick
  971.   end
  972.   object CancelButton: TButton
  973.     Left = 298
  974.     Top = 391
  975.     Width = 72
  976.     Height = 22
  977.     HelpContext = 44
  978.     Cancel = True
  979.     ModalResult = 2
  980.     TabOrder = 2
  981.   end
  982.   object BtnHelp: TButton
  983.     Left = 378
  984.     Top = 391
  985.     Width = 72
  986.     Height = 22
  987.     HelpContext = 7
  988.     TabOrder = 3
  989.     OnClick = BtnHelpClick
  990.   end
  991. end
  992.